'Declaration Public Function New( _
ByVal needSpellA value indicating whether the task must spell check the specified words.As Boolean, _
ByVal needSuggestA value indicating whether the task must create a list of suggestions for the specified (misspelled) words.As Boolean, _
ByVal wordsThe words to spell check.As System.Collections.Generic.IList(Of String) _
)
public SpellCheckTask(
bool needSpell,
bool needSuggest,
System.Collections.Generic.IList<string> words
)
public: SpellCheckTask(
bool needSpell,
bool needSuggest,
System.Collections.Generic.IList<string*>* words
)
public:
SpellCheckTask(
bool needSpell,
bool needSuggest,
System.Collections.Generic.IList<string^>^ words
)
Parameters
- needSpell
- A value indicating whether the task must spell check the specified words.
- needSuggest
- A value indicating whether the task must create a list of suggestions for the specified (misspelled) words.
- words
- The words to spell check.